SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for pythoncapi-compat-devel-0^20241115git03e441d-1.el9.noarch.rpm :

* Fri Nov 15 2024 Benjamin A. Beasley - 0^20241115git03e441d-1- Update to 0^20241115git03e441d- Add `PyLong_IsPositive`/`Negative`/`Zero()` functions- Relax `PYPY_VERSION_NUM` requirements for hash macros
* Thu Oct 10 2024 Benjamin A. Beasley - 0^20241009git669c882-1- Update to 0^20241009git669c882- Add `PyUnicode_Equal()` function- Add `PyBytes_Join()` function- Add `Py_HashBuffer()` function- Add `PyIter_NextItem()` function- Add `PyLong_FromUInt64()` and `PyLong_AsUInt64()`
* Thu Oct 10 2024 Benjamin A. Beasley - 0^20241008gitbb0934e-1- Update to 0^20241008gitbb0934e- Document PyUnicodeWriter API
* Tue Sep 24 2024 Benjamin A. Beasley - 0^20240923gitd20d7f8-1- Update to 0^20240923gitd20d7f8- Fix incorrect use of assignment in place of an equality test.
* Mon Aug 26 2024 Benjamin A. Beasley - 0^20240826git2d18aec-1- Update to 0^20240826git2d18aec- Add critical section API
* Tue Aug 06 2024 Benjamin A. Beasley - 0^20240806git39e2663-1- Update to 0^20240806git39e2663- Add `static inline` to `PyUnicodeWriter_WriteStr()` and `PyUnicodeWriter_WriteRepr()`.
* Fri Jul 19 2024 Benjamin A. Beasley - 0^20240718git4094c64-1- Update to 0^20240718git4094c64- Add PyUnicodeWriter API
* Thu Jul 11 2024 Benjamin A. Beasley - 0^20240708gitea1f7f6-1- Update to 0^20240708gitea1f7f6- `PyLong_GetSign` will be added in 3.14.0a0
* Wed Jun 05 2024 Benjamin A. Beasley - 0^20240603git18d1df7-1- Update to 0^20240603git18d1df7: Add `PyLong_GetSign()`.
* Fri May 24 2024 Benjamin A. Beasley - 0^20240522git9d14fad-1- Update to 0^20240522git9d14fad: Fix test_frame() on Python 3.13 beta 1
* Tue Apr 09 2024 Benjamin A. Beasley - 0^20240408gitccea884-1- Update to 0^20240408git01341ac: Fix PyDict_SetDefaultRef() definition
* Tue Apr 09 2024 Benjamin A. Beasley - 0^20240404git68aad45-1- Update to 0^20240404git68aad45: Fix Py_GetConstant() for Python 3.13.0a5+
* Fri Mar 29 2024 Benjamin A. Beasley - 0^20240329gitf667991-1- Update to 0^20240329gitf667991: Add `PyList_GetItemRef()`
* Fri Mar 29 2024 Benjamin A. Beasley - 0^20240328gitd16872a-1- Update to 0^20240328gitd16872a- Fix test_unicode()
* Fri Mar 29 2024 Benjamin A. Beasley - 0^20240321gitb16ff9a-2- Add an rpmlintrc file
* Thu Mar 21 2024 Benjamin A. Beasley - 0^20240321gitb16ff9a-1- Update to 0^20240321gitb16ff9a- Add `Py_GetConstant()` and `Py_GetConstantBorrowed()`- Update `_Py_NULL` for C23
* Sun Mar 10 2024 Benjamin A. Beasley - 0^20240309git7539c7f-1- Update to 0^20240309git7539c7f- Add hash constants: `PyHASH_BITS`, `PyHASH_IMAG`, `PyHASH_INF`, `PyHASH_MODULUS`
* Tue Feb 20 2024 Benjamin A. Beasley - 0^20240220git52486a9-1- Update to 0^20240220git52486a9- Add PyTime API: `PyTime_t` type, `PyTime_MIN` and `PyTime_MAX` constants, `PyTime_AsSecondsDouble()`, `PyTime_Monotonic()`, `PyTime_PerfCounter()`, and `PyTime_Time()`
* Fri Dec 15 2023 Benjamin A. Beasley - 0^20231214gitdeb6f40-1- Update to 0^20231214gitdeb6f40- API: document not supported functions- Add Py_HashPointer()- Update tests
* Fri Dec 15 2023 Benjamin A. Beasley - 0^20231114git5bf2fb2-3- Ask runtests.py not to look for “other” Python interpreters
* Fri Dec 15 2023 Benjamin A. Beasley - 0^20231114git5bf2fb2-2- Run tests verbosely
* Wed Nov 15 2023 Benjamin A. Beasley - 0^20231114git5bf2fb2-1- Update to 0^20231114git5bf2fb2- Add PyDict_Pop() and PyDict_PopString() functions- Add PyList_Extend()- Test Python 3.13
* Thu Oct 12 2023 Benjamin A. Beasley - 0^20231012git99ab0d3-1- Update to 0^20231012git99ab0d3- Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() functions
* Wed Oct 04 2023 Benjamin A. Beasley - 0^20231003gitf78c780-1- Update to 0^20231003gitf78c780- Add PyThreadState_GetUnchecked()
* Wed Oct 04 2023 Benjamin A. Beasley - 0^20231003gita594354-1- Update to 0^20231003gita594354- Add PyObject_VisitManagedDict() and PyObject_ClearManagedDict()
* Fri Sep 29 2023 Benjamin A. Beasley - 0^20230929git671fb69-1- Update to 0^20230929git671fb69- Adds PyObject_HasAttrWithError() and PyObject_HasAttrStringWithError() functions.- Fixes PyObject_GetOptionalAttrString(): set result to NULL on error.
* Tue Sep 19 2023 Benjamin A. Beasley - 0^20230919git309c56d-1- Update to 0^20230919git309c56d- Add PyMapping_HasKeyWithError() function
* Fri Aug 25 2023 Benjamin A. Beasley - 0^20230824git8109811-1- Update to 0^20230824git8109811- Adds PyDict_ContainsString() and PyLong_AsInt() functions
* Fri Aug 25 2023 Benjamin A. Beasley - 0^20230823git5b5b547-1- Update to 0^20230823git5b5b547 (Fix setup.py when CC contains -std=c11 option)
* Fri Aug 18 2023 Benjamin A. Beasley - 0^20230818git1bb4e16-1- Update to 0^20230818git1bb4e16 (Add `Py_IsFinalizing()` function.)
* Wed Aug 16 2023 Benjamin A. Beasley - 0^20230816git91e323f-1- Update to 0^20230816git91e323f
* Tue Jul 11 2023 Benjamin A. Beasley - 0^20230710git1911dd4-1- Update to 0^20230710git1911dd4
* Tue Jun 27 2023 Benjamin A. Beasley - 0^20230621git6c49cf3-1- Update to 0^20230621git6c49cf3
* Tue Jun 27 2023 Benjamin A. Beasley - 0^20230601gite266312-2- Use new (rpm 4.17.1+) bcond style
* Fri Jun 02 2023 Benjamin A. Beasley - 0^20230601gite266312-1- Update to 0^20230601gite266312
* Fri Jun 02 2023 Benjamin A. Beasley - 0^20221127git3779f12-5- Don’t assume %_smp_mflags is -j%_smp_build_ncpus
* Tue Jan 10 2023 Benjamin A. Beasley - 0^20221127git3779f12-4- Do not compile tests with -Werror
* Tue Jan 10 2023 Miro Hrončok - 0^20221127git3779f12-3- Include the default Python shebang flags in /usr/bin/upgrade_pythoncapi.py
* Mon Jan 09 2023 Benjamin A. Beasley - 0^20221127git3779f12-2- Include path workaround for tests on EPEL9
* Mon Jan 09 2023 Benjamin A. Beasley - 0^20221127git3779f12-1- Initial import (close RHBZ#2154546)
 
ICM